Represents the method that handles the changed event of an observable vector.
public generic<typename T>
delegate void VectorChangedEventHandler`1(
IObservableVector<T>^ sender,
IVectorChangedEventArgs^ event
)
T
The type of the values in the vector.
sender
Type: IObservableVector<T>
The observable vector that changed.
event
Type: IVectorChangedEventArgs
The description of the change that occurred in the vector.
Namespace: Windows.Foundation.Collections
Metadata: windows.winmd